Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(example): Custom web proxies usage and documentation #2729

Merged

Conversation

ivaylogarnev-limechain
Copy link
Contributor

Description:
This PR introduces an example where the Hedera SDK use a custom network with multiple gRPC web proxies in a React application within examples folder. It includes steps for setting up the operator account, defining the gRPC proxies, and executing a transfer transaction through the configured network/

Related issue(s):
#2606

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Copy link
Contributor

@agadzhalov agadzhalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Let's rename the directory instead of custom-grpc-network to be custom-grpc-web-proxies-network
  • Minor formatting changes

Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
@ivaylogarnev-limechain ivaylogarnev-limechain changed the title feat: Example for custom web proxies usage and documentation chore(feat): Example for custom web proxies usage and documentation Dec 18, 2024
@ivaylogarnev-limechain ivaylogarnev-limechain changed the title chore(feat): Example for custom web proxies usage and documentation feat(example): Custom web proxies usage and documentation Dec 18, 2024
Copy link
Contributor

@agadzhalov agadzhalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivaylogarnev-limechain ivaylogarnev-limechain merged commit 6994223 into main Dec 18, 2024
10 checks passed
@ivaylogarnev-limechain ivaylogarnev-limechain deleted the feat/grpc-web-proxies-custom-network-usage branch December 18, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document how a developer can update the SDK to enter gRPC web proxies for their custom network
2 participants